func github.com/go-pg/pg/v10/orm.sqlTypeEqual

6 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L1298: func sqlTypeEqual(a, b string) bool {
		table.go#L1369: 		if f != nil && sqlTypeEqual(pk.SQLType, f.SQLType) {
		table.go#L1379: 		if f != nil && sqlTypeEqual(pk.SQLType, f.SQLType) {
		table.go#L1395: 		if f != nil && sqlTypeEqual(pk.SQLType, f.SQLType) {
		table.go#L1409: 		if f != nil && sqlTypeEqual(base.PKs[0].SQLType, f.SQLType) {
		table.go#L1416: 		if f != nil && sqlTypeEqual(base.PKs[0].SQLType, f.SQLType) {